{{ $height := 150 }} {{ $transList := slice "2" "1.80" "1.40" "1.40" "1.50" "1.50" }} {{ $titleSplit := split .title " " }} {{ $titleCount := sub (len $titleSplit) 1 }} {{ $transY := index $transList $titleCount }} {{ $totalOffset := mul $height $titleCount }} {{ range $index, $word := $titleSplit }} {{ $indexHeight := mul $height $index }} {{ $offset := cond (eq $index 0) 0 $indexHeight }} {{ $word }} {{ end }} {{ with .rating }} {{ . }}⭐ {{ end }}